Add re-export note to configuration section (#1485)

#1476

Dominik Sander 8 years ago
parent
commit
be1e15a0b4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/manual/installation.md

+ 2 - 0
doc/manual/installation.md

@@ -204,6 +204,8 @@ Change the Unicorn config if needed, the [requirements.md](./requirements.md#uni
204 204
 
205 205
 **Note:** If you want to use HTTPS, which is what we recommend, see [Using HTTPS](#using-https) for the additional steps.
206 206
 
207
+**Note:** For configuration changes after finishing the initial installation you have to re-export (see [Install Init Script](https://github.com/cantino/huginn/blob/master/doc/manual/installation.md#install-init-script)) the init script every time you change `.env`, `unicorn.rb` or your `Procfile`!
208
+
207 209
 ### Install Gems
208 210
 
209 211
 **Note:** As of bundler 1.5.2, you can invoke `bundle install -jN` (where `N` the number of your processor cores) and enjoy parallel gem installation with measurable difference in completion time (~60% faster). Check the number of your cores with `nproc`. For more information check this [post](http://robots.thoughtbot.com/parallel-gem-installing-using-bundler). First make sure you have bundler >= 1.5.2 (run `bundle -v`) as it addresses some [issues](https://devcenter.heroku.com/changelog-items/411) that were [fixed](https://github.com/bundler/bundler/pull/2817) in 1.5.2.